home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / SoundApps / aa_m68k_Intel_Only / InstrumentBuilder.99 / InstrumentBuilder.app / inspector.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  1.1 KB  |  83 lines

  1. InstrumentBuilder = {
  2.     ACTIONS = {
  3.     newInstrument:;
  4.     showInspector:;
  5.     openScore:;
  6.     showPalette:;
  7.     setCurrentScore:;
  8.     printInstrument:;
  9.     save:;
  10.     saveAs:;
  11.     newScore:;
  12.     parse:;
  13.     showScoreWindow:;
  14.     closeScore:;
  15.     changeViewDetail:;
  16.     unparse:;
  17.     showInfo:;
  18.     newScoreAndInstrument:;
  19.     hideScore:;
  20.     };
  21.     OUTLETS = {
  22.     preferences;
  23.     UGDefFileText;
  24.     infoVersionText;
  25.     cleanFont;
  26.     UGHandler;
  27.     infoPanel;
  28.     dirtyFont;
  29.     inspector;
  30.     infoPanelText;
  31.     scoreList;
  32.     palette;
  33.     scoreWindow;
  34.     instrumentMenuCell;
  35.     currentScore;
  36.     scoreBrowser;
  37.     detailMenuCell;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. InspectorPanel = {
  42.     OUTLETS = {
  43.     controller;
  44.     };
  45.     SUPERCLASS = Panel;
  46. };
  47. FirstResponder = {
  48.     ACTIONS = {
  49.     detailModeChanged:;
  50.     };
  51.     SUPERCLASS = Object;
  52. };
  53. InspectorController = {
  54.     ACTIONS = {
  55.     makePanelFront:;
  56.     cancel:;
  57.     setThePanel:;
  58.     revert:;
  59.     set:;
  60.     };
  61.     OUTLETS = {
  62.     noInspectorView;
  63.     panel;
  64.     setButton;
  65.     fileNameText;
  66.     popUpButton;
  67.     scoreView;
  68.     currentUG;
  69.     instrumentNameText;
  70.     currentInstrument;
  71.     instrumentView;
  72.     multiView;
  73.     controller;
  74.     scoreNameText;
  75.     revertButton;
  76.     cmusicScoreText;
  77.     currentScore;
  78.     window;
  79.     popUpList;
  80.     };
  81.     SUPERCLASS = Object;
  82. };
  83.